| align |
alignment of the iframe relative to surrounding elements |
| contentDocument |
document contained by the Frame |
| contentWindow |
Window object generated by a frame or iframe element |
| frameBorder |
whether to display a border around the frame |
| height |
height of the frame |
| longDesc |
long description of frame's content |
| marginHeight |
height between the content and the top and bottom of the frame |
| marginWidth |
width between the content and the left and right of the frame |
| name |
name of the frame |
| noResize |
if true, frame cannot be resized by user |
| onload |
event handler triggered when frame finishes loading |
| scrolling |
whether to show scrollbars in the frame |
| src |
URL of document to load in the frame |
| width |
width of the frame |